00001 //00002 // Copyright (c) 2013 Battelle Memorial Institute00003 // Licensed under modified BSD License. A copy of this license can be00004 // found00005 // in the LICENSE file in the top level directory of this distribution.00006 //00007 #include <complex>00008 #include <boost/serialization/complex.hpp>00009
00010 namespace gridpack{
00011typedefdoubleRealType;
00012typedef std::complex<RealType> ComplexType;
00013 }